projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e27cb6
)
* lisp/erc/erc-button.el (erc-emacswiki-url): Update to shorter address.
author
Amin Bandali
<bandali@gnu.org>
Fri, 17 Sep 2021 02:45:46 +0000
(22:45 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 17 Sep 2021 02:45:46 +0000
(22:45 -0400)
lisp/erc/erc-button.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc-button.el
b/lisp/erc/erc-button.el
index 4e9547dfde1d79b2589a5d87c73f9d12c095ec4d..040606ea85a17d321d8489dd6330856308fbc486 100644
(file)
--- a/
lisp/erc/erc-button.el
+++ b/
lisp/erc/erc-button.el
@@
-194,9
+194,10
@@
PAR is a number of a regexp grouping whose text will be passed to
:inline t
(integer :tag "Regexp section number")))))
-(defcustom erc-emacswiki-url "https://www.emacswiki.org/
cgi-bin/wiki.pl?
"
+(defcustom erc-emacswiki-url "https://www.emacswiki.org/
emacs/
"
"URL of the EmacsWiki website."
- :type 'string)
+ :type 'string
+ :version "28.1")
(defcustom erc-emacswiki-lisp-url "https://www.emacswiki.org/elisp/"
"URL of the EmacsWiki ELisp area."